chore(i18n): Improved grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sun, 12 Jan 2025 17:34:47 +0000 (18:34 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 13 Jan 2025 14:39:24 +0000 (15:39 +0100)
Reported on the forums

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/filedetails/ShareDetailsPage.qml

index 1ac69e1b38cbe5470b318e0eafa9ac512de97554..2b2eb0b45ef15a077ef29eec1d1c937783645b96 100644 (file)
@@ -466,7 +466,7 @@ Page {
 
                 checkable: true
                 checked: root.passwordProtectEnabled
-                text: qsTr("Password protect")
+                text: qsTr("Password protection")
                 visible: root.shareSupportsPassword
                 enabled: visible && 
                          !root.waitingForPasswordProtectEnabledChange &&